call abstract method

TRes call({
  1. String? label,
  2. bool? enable,
  3. String? company,
})

Implementation

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