JsonRemoteDtoConversion class

Constructors

JsonRemoteDtoConversion()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

appendJsonFromWaterLineDto(Map<String, dynamic> jo, WaterLineDto waterLineDto) Map<String, dynamic>
getAuthenticationDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) AuthenticationDto
getConfigurationTrDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys, ConfigurationNameDefaults defaults) RemoteDto
getEntryReceivedFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) EntryReceivedDto
getJsonFromAuthenticationDto(AuthenticationDto authenticationDto) Map<String, dynamic>
getJsonFromEntryReceived(EntryReceivedDto entryReceivedDto) Map<String, dynamic>
getJsonFromRemoteState(RemoteStatusDto remoteState) Map<String, dynamic>
getJsonFromTableTrDto(TrDto trDto, WaterLineDto waterLineDto) Map<String, dynamic>
getJsonFromTransactionDto(TrDto historicalChangesDto) Map<String, dynamic>
getJsonFromUserStoreTrDto(UserStoreTrDto userStoreTrDto, WaterLineDto waterLineDto) Map<String, dynamic>
getJsonFromUserTrDto(UserTrDto userTrDto, WaterLineDto? waterLineDto) Map<String, dynamic>
getJsonFromWaterLineFieldDto(RemoteWaterLineFieldDto remoteWaterLineFieldDto, WaterLineDto waterLineDto) Map<String, dynamic>
getRemoteStateFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) RemoteStatusDto
getTableTrDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) RemoteDto
getTransactionDtoFromJson(Map<String, dynamic> jo, int table_id) TrDto
getUserStoreTrDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) RemoteDto
getUserTrDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) RemoteDto
getWaterLineDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) WaterLineDto
getWaterLineFieldDtoFromJson(Map<String, dynamic> jo, SchemaMetaData smdSys) RemoteDto