UserDescriptionEntity.fromJson constructor

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

Implementation

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