StrapiUserAttributes.fromJson constructor

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

Implementation

factory StrapiUserAttributes.fromJson(Map<String, dynamic> json) =>
    _$StrapiUserAttributesFromJson(json);