ResponseInfoDto class

Data transfer object for responseInfo object from SOAP APIs response.

This object always response the same.

Annotations
  • @JsonSerializable()

Constructors

ResponseInfoDto({required String code, required String message})
ResponseInfoDto.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

copyWith({String? code, String? message}) ResponseInfoDto
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ResponseInfoDto other) bool
The equality operator.
override