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