fromJson static method

StateManagerDeviceStatus? fromJson(
  1. dynamic value
)

Implementation

static StateManagerDeviceStatus? fromJson(dynamic value) =>
    StateManagerDeviceStatusTypeTransformer().decode(value);