FieldResponse class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

FieldResponse({bool? noWrap, bool? findEnabled, String? fieldType, bool? fieldHelp, bool? bold, bool? audited, bool? appearsByDefault, String? label, List<FieldsPermissions>? permissions, FieldsProperties? properties, int? id, bool? doesDataCopy, bool? isRequired, String? mode, bool? unique})
FieldResponse.fromJson(Map<String, dynamic> json)
factory

Properties

appearsByDefault bool?
final
audited bool?
final
bold bool?
final
doesDataCopy bool?
final
fieldHelp bool?
final
fieldType String?
final
findEnabled bool?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
isRequired bool?
final
label String?
final
mode String?
final
noWrap bool?
final
permissions List<FieldsPermissions>?
final
properties FieldsProperties?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unique bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited