call abstract method

  1. @override
$R call({
  1. String? id,
  2. String? dataType,
  3. String? referenceId,
  4. String? tenantId,
  5. String? code,
  6. String? isActive,
  7. bool? required,
  8. String? regex,
  9. int? order,
  10. 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});