call abstract method
$R
call({
- String? id,
- String? dataType,
- String? referenceId,
- String? tenantId,
- String? code,
- String? isActive,
- bool? required,
- String? regex,
- int? order,
- String? boundaryCode,
override
Implementation
@override
$R call(
{String? id,
String? dataType,
String? referenceId,
String? tenantId,
String? code,
String? isActive,
bool? required,
String? regex,
int? order,
String? boundaryCode});