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