DirectusUser class

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

Constructors

DirectusUser({String? id, String? firstName, String? lastName, String? email, String? password, String? location, String? title, String? description, List<String>? tags, Object? avatar, String? language, String? theme, String? status, Object? role})
Raw values are values before transformation
DirectusUser.fromJson(Map<String, Object?> json)
Used for code generation
factory

Properties

avatar Object?
Either String or DirectusFile.
getter/setter pair
description String?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
language String?
getter/setter pair
lastName String?
getter/setter pair
location String?
getter/setter pair
password String?
getter/setter pair
role Object?
Role is either String or DirectusRole.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
tags List<String>?
getter/setter pair
theme String?
getter/setter pair
title 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