iwfpapp
data_store
BackendResponse
BackendResponse constructor
BackendResponse
iwfpapp
data_store
BackendResponse
BackendResponse constructor
BackendResponse class
Constructors
BackendResponse
Properties
hashCode
msg
runtimeType
status
Methods
noSuchMethod
toString
Operators
operator ==
BackendResponse
constructor
BackendResponse
(
ResponseStatus
status
,
String
msg
)
Implementation
BackendResponse(this.status, this.msg);