TypedDatabase class Typed Data

Annotation for classes that are typed databases.

Annotations
  • @experimental
  • @Target({TargetKind.classType})

Constructors

TypedDatabase({required Set<Type> types})
Creates an annotation for a class that is a typed database.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types Set<Type>
The typed dictionary and document types that are supported by the database.
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