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