SustainableGoal.fromJson constructor

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

Implementation

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