toJson method

Map<String, dynamic> toJson()

Implementation

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