call abstract method

  1. @override
$R call({
  1. String? id,
  2. String? userName,
  3. List<String>? uuid,
  4. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {String? id, String? userName, List<String>? uuid, String? boundaryCode});