call abstract method

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

Implementation

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