ProfileAssociated.fromJson constructor

ProfileAssociated.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ProfileAssociated.fromJson(Map<String, Object?> json) =>
    _$ProfileAssociatedFromJson(json);