call abstract method

TRes call({
  1. String? label,
  2. bool? isRequired,
})

Implementation

TRes call({
  String? label,
  bool? isRequired,
});