FutureResourcesRecommendationOtherLocation.fromJson constructor
FutureResourcesRecommendationOtherLocation.fromJson(
- Map json_
Implementation
FutureResourcesRecommendationOtherLocation.fromJson(core.Map json_)
: this(
details: json_['details'] as core.String?,
status: json_['status'] as core.String?,
);