call abstract method

TRes call({
  1. String? name,
  2. String? website,
  3. String? phone,
  4. String? address,
})

Implementation

TRes call({
  String? name,
  String? website,
  String? phone,
  String? address,
});