UserPartialResponse.fromJson constructor

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

Implementation

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