ResourceStatusScheduling.fromJson constructor
ResourceStatusScheduling.fromJson(
- Map json_
Implementation
ResourceStatusScheduling.fromJson(core.Map json_)
: this(
availabilityDomain: json_['availabilityDomain'] as core.int?,
);