menu
app_essentials
repository_response_model
RepositoryResponse
<
T
>
RepositoryResponse constructor
RepositoryResponse
brightness_4
brightness_5
RepositoryResponse<
T
>
constructor
RepositoryResponse<
T
>
(
{
required
bool
isSuccess
,
T?
data
,
String
?
message
}
)
Implementation
RepositoryResponse({ required this.isSuccess, this.data, this.message, });
app_essentials
repository_response_model
RepositoryResponse
<
T
>
RepositoryResponse constructor
RepositoryResponse class
Constructors
RepositoryResponse
Properties
data
hashCode
isSuccess
message
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==