menu
shared_component package
documentation
data/permission_response.dart
PermissionResponse
PermissionResponse.new constructor
PermissionResponse.new constructor
dark_mode
light_mode
PermissionResponse
constructor
PermissionResponse
(
{
String
?
status
,
int
?
statusCode
,
String
?
message
,
int
?
messageType
,
List
<
PermissionData
>
?
data
,
})
Implementation
PermissionResponse( {this.status, this.statusCode, this.message, this.messageType, this.data});
shared_component package
documentation
data/permission_response
PermissionResponse
PermissionResponse.new constructor
PermissionResponse class