GetProfileResponse.fromJson constructor

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

Implementation

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