call abstract method

$R call({
  1. int? version,
  2. DateTime? timestamp,
  3. bool? isSuccessful,
  4. List<AlifError>? errors,
  5. T? body,
})

Implementation

$R call({int? version, DateTime? timestamp, bool? isSuccessful, List<p0.AlifError>? errors, T? body});