DbRecord<T> class

Um registo de base de dados

Annotations

Constructors

DbRecord(String key, T value)
Construtor padrão

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
O nome da coluna do registo
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
Obtém o tipo
no setter
value → T
O valor do registo
final

Methods

copyWithType(Type t) DbRecord?
Obtém uma cópia de um registo com um tipo específico
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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