DirectusPreset class

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

Constructors

DirectusPreset({int? id, String? bookmark, Object? user, Object? role, String? collection, String? search, List<Map<String, Object?>>? filters, String? layout, Map<String, Object?>? layoutQuery, Map<String, Object?>? layoutOptions})
DirectusPreset.fromJson(Map<String, Object?> json)
Used for code generation
factory

Properties

bookmark String?
getter/setter pair
collection String?
getter/setter pair
filters List<Map<String, Object?>>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
layout String?
getter/setter pair
layoutOptions Map<String, Object?>?
getter/setter pair
layoutQuery Map<String, Object?>?
getter/setter pair
role Object?
User is either String or DirectusRole.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
user Object?
User is either String or DirectusUser.
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