EntryReceivedDto class

Inheritance

Constructors

EntryReceivedDto()
EntryReceivedDto.sep(int? original_table_id, int? original_ts, int? original_id, int? new_id, SchemaMetaData smdSys)

Properties

hashCode int
The hash code for this object.
no setterinherited
new_id int?
getter/setter pair
original_id int?
getter/setter pair
original_table_id int?
getter/setter pair
original_ts int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smdSys SchemaMetaData
getter/setter pairinherited
trDto TrDto
getter/setter pairinherited
water_table_id int
no setterinherited
water_table_name String
no setterinherited
waterLineDto WaterLineDto?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sep(TrDto trDto, SchemaMetaData smdSys, {WaterLineDto? waterLineDto, int? water_table_id}) → void
inherited
toMap({bool fullEnum = false}) Map<String, dynamic>
inherited
toString() String
A string representation of this object.
override

Operators

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

Constants

C_TABLE_ID → const int