Key class

Constructors

Key({String? uid = "", String key = "", String? name, String? description, List<String> actions = defaultActions, List<String> indexes = defaultIndexes, DateTime? expiresAt, DateTime? createdAt, DateTime? updatedAt})
const
Key.fromJson(Map<String, Object?> json)
factory

Properties

actions List<String>
final
createdAt DateTime?
final
description String?
final
expiresAt DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
indexes List<String>
final
key String
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
final
updatedAt DateTime?
final

Methods

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

Operators

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

Constants

defaultActions → const List<String>
defaultIndexes → const List<String>