PgrComplainantResponseModel constructor
const
PgrComplainantResponseModel({})
Implementation
const PgrComplainantResponseModel({
this.id,
this.userName,
this.name,
this.type,
this.mobileNumber,
this.emailId,
this.roles = const [],
this.tenantId,
this.uuid,
this.active = true,
this.rowVersion = 1,
super.auditDetails,
super.isDeleted = false,
}) : super();