FutureResourcesRecommendationOtherLocation.fromJson constructor

FutureResourcesRecommendationOtherLocation.fromJson(
  1. Map json_
)

Implementation

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