DbRecord<T> class

A database record

Annotations

Constructors

DbRecord(String key, T value)
Default constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The record column name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
Get the type
no setter
value → T
The record value
final

Methods

copyWithType(Type t) DbRecord?
Get a copy of a record with a specific type
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