factory FieldOptions.fromJson(Map<String, dynamic> map) { return FieldOptions(map['module'], mode: map['mode'], arg: map['arg']); }