fromJson static method

DeviceAvailability? fromJson(
  1. dynamic value
)

Implementation

static DeviceAvailability? fromJson(dynamic value) =>
    DeviceAvailabilityEnumTypeTransformer().decode(value);