fromJson static method

ModemM3GPPRegistrationState? fromJson(
  1. dynamic value
)

Implementation

static ModemM3GPPRegistrationState? fromJson(dynamic value) =>
    ModemM3GPPRegistrationStateTypeTransformer().decode(value);