FutureResourcesSpecLocationPolicyLocation.fromJson constructor

FutureResourcesSpecLocationPolicyLocation.fromJson(
  1. Map json_
)

Implementation

FutureResourcesSpecLocationPolicyLocation.fromJson(core.Map json_)
  : this(preference: json_['preference'] as core.String?);