call abstract method

TRes call({
  1. String? id,
  2. String? title,
  3. Enum$FormType? type,
  4. Enum$FormStatus? status,
  5. String? description,
  6. DateTime? createdAt,
  7. DateTime? updatedAt,
})

Implementation

TRes call({
  String? id,
  String? title,
  Enum$FormType? type,
  Enum$FormStatus? status,
  String? description,
  DateTime? createdAt,
  DateTime? updatedAt,
});