PointEcosystemUserModel.fromJson constructor

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

Implementation

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