fromJson static method

ConnectionAPBand? fromJson(
  1. dynamic value
)

Implementation

static ConnectionAPBand? fromJson(dynamic value) =>
    ConnectionAPBandTypeTransformer().decode(value);