menu
prefabs_user package
documentation
models/response/auth/fetch_invitation.dart
BaseFetchInvitationResponse
BaseFetchInvitationResponse.new constructor
BaseFetchInvitationResponse.new constructor
dark_mode
light_mode
BaseFetchInvitationResponse
constructor
BaseFetchInvitationResponse
(
{
bool
?
success
,
String
?
errorCode
,
String
?
message
,
Map
<
String
,
dynamic
>
?
data
,
})
Implementation
BaseFetchInvitationResponse({ this.success, this.errorCode, this.message, this.data, });
prefabs_user package
documentation
models/response/auth/fetch_invitation
BaseFetchInvitationResponse
BaseFetchInvitationResponse.new constructor
BaseFetchInvitationResponse class