PermissionResponse constructor

PermissionResponse({
  1. String? status,
  2. int? statusCode,
  3. String? message,
  4. int? messageType,
  5. List<PermissionData>? data,
})

Implementation

PermissionResponse(
    {this.status,
    this.statusCode,
    this.message,
    this.messageType,
    this.data});