RemoteStatusDto class

Inheritance

Constructors

RemoteStatusDto.sep(SchemaMetaData smdSys, {RemoteStatus? status, String? message})

Properties

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

Methods

getMessage() String?
getStatus() RemoteStatus?
isError() bool
isInformation() bool
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
setMessage(String? message) → void
setStatus(RemoteStatus? status) → void
toMap({bool fullEnum = false}) Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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

Constants

C_TABLE_ID → const int
TABLE_NAME → const String