call abstract method

TRes call({
  1. Enum$ZoneTypesEnum? type,
  2. List<double>? coordinates,
})

Implementation

TRes call({
  Enum$ZoneTypesEnum? type,
  List<double>? coordinates,
});