DataRef class

Implemented types
Annotations
  • @immutable

Constructors

DataRef(int id, int idA, int idB)
const
DataRef.me(MapEntry<int, int> e)
DataRef.v(int idA, int idB)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id int
Айди записи
final
idA int
Айди первой таблицы
final
idB int
Айди второй таблицы
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(DataRef other) int
Compares this object to another object.
override
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.
override