call abstract method

  1. @override
$R call({
  1. String? id,
  2. String? tenantId,
  3. List<String>? code,
  4. bool? isActive,
  5. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {String? id,
    String? tenantId,
    List<String>? code,
    bool? isActive,
    String? boundaryCode});