RemoteDto class

Implementers

Constructors

RemoteDto()
RemoteDto.sep(TrDto trDto, SchemaMetaData smdSys, {WaterLineDto? waterLineDto, int? water_table_id})

Properties

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

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
toMap({bool fullEnum = false}) Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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