TGoal.fromJson constructor

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

Implementation

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