DirectusCollection class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

DirectusCollection({bool? archiveAppFilter, String? archiveField, String? archiveValue, String? collection, String? displayTemplate, bool? hidden, String? icon, String? note, bool? singleton, String? sortField, List<Map<String, Object?>>? translations, String? unarchiveValue})
DirectusCollection.fromJson(Map<String, Object?> json)
Used for code generation
factory

Properties

archiveAppFilter bool?
getter/setter pair
archiveField String?
getter/setter pair
archiveValue String?
getter/setter pair
collection String?
Collection name.
getter/setter pair
displayTemplate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
getter/setter pair
icon String?
getter/setter pair
note String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleton bool?
getter/setter pair
sortField String?
getter/setter pair
translations List<Map<String, Object?>>?
getter/setter pair
unarchiveValue String?
getter/setter pair

Methods

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

Operators

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