toJson method

CrossmintJsonMap toJson()

Implementation

CrossmintJsonMap toJson() => <String, Object?>{
  'id': id,
  if (email != null) 'email': email,
  ...raw,
};