toJson method

  1. @visibleForTesting
Map<String, dynamic> toJson()

Implementation

@visibleForTesting
Map<String, dynamic> toJson() => {
      "externalId": externalId,
      "groupId": groupId,
      "trustedImage": _bytesToBase64(trustedImage),
      "trustedImageUrl": trustedImageUrl,
    }.clearNulls();