UserEntities.fromJson constructor

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

Implementation

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