fromJson method
Implementation
@override
StrapiUserAttributes fromJson(Map<String, dynamic> json) {
return StrapiUserAttributes.fromJson(json);
}
@override
StrapiUserAttributes fromJson(Map<String, dynamic> json) {
return StrapiUserAttributes.fromJson(json);
}