factory FieldEditBean.fromJson(Map<String, Object?> json) { return FieldEditBean( value: json[r'value'] as String?, ); }