toJson method

Map<String, dynamic> toJson()

Implementation

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