toJson method

CrossmintJsonMap toJson()

Implementation

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