call abstract method

TRes call({
  1. String? id,
  2. String? title,
  3. String? description,
  4. Input$FormOwnerInput? owner,
  5. Enum$FormType? type,
  6. Enum$FormStatus? status,
})

Implementation

TRes call({
  String? id,
  String? title,
  String? description,
  Input$FormOwnerInput? owner,
  Enum$FormType? type,
  Enum$FormStatus? status,
});