toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (connectionLimit != null) 'connectionLimit': connectionLimit!,
      if (networkUrl != null) 'networkUrl': networkUrl!,
      if (projectIdOrNum != null) 'projectIdOrNum': projectIdOrNum!,
    };