fromJson static method

ModemBand? fromJson(
  1. dynamic value
)

Implementation

static ModemBand? fromJson(dynamic value) =>
    ModemBandTypeTransformer().decode(value);