fromJson static method

LanProperty fromJson(
  1. String json
)

Implementation

static LanProperty fromJson(String json) {
  return ensureInitialized().decodeJson<LanProperty>(json);
}