call abstract method
$R
call({
- int? id,
- String? userName,
- String? name,
- String? type,
- String? mobileNumber,
- String? emailId,
- List<
PgrRolesModel> ? roles, - String? tenantId,
- String? uuid,
- bool? active,
- int? rowVersion,
- AuditDetails? auditDetails,
- bool? isDeleted,
override
Implementation
@override
$R call(
{int? id,
String? userName,
String? name,
String? type,
String? mobileNumber,
String? emailId,
List<PgrRolesModel>? roles,
String? tenantId,
String? uuid,
bool? active,
int? rowVersion,
AuditDetails? auditDetails,
bool? isDeleted});