fromJson method

  1. @override
StrapiUserAttributes fromJson(
  1. Map<String, dynamic> json
)

Implementation

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