fromJson static method

ModemMode? fromJson(
  1. dynamic value
)

Implementation

static ModemMode? fromJson(dynamic value) =>
    ModemModeTypeTransformer().decode(value);