toJson method

Map<String, dynamic> toJson()

Implementation

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