ResourceStatusScheduling.fromJson constructor

ResourceStatusScheduling.fromJson(
  1. Map json_
)

Implementation

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