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