DocumentsDisplayConfiguration class

The field display configuration object.

Annotations
  • @JsonSerializable(includeIfNull: false, createFactory: false, explicitToJson: true)

Constructors

DocumentsDisplayConfiguration(String normalizedDocumentName, String defaultDisplayText)

Properties

defaultDisplayText String
Display text of the document in the list.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
normalizedDocumentName String
Please refer to the documentation for a list of all available normalized field names.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Operators

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