toJson method

Map<String, dynamic> toJson()

Implementation

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