getMap method

  1. @override
Map<String, String> getMap(
  1. String key
)
override

Implementation

@override
Map<String, String> getMap(String key) => {
      ...super.getMap(key),
      if (id != null) QueryParameter.id.name: id!.join(','),
      if (hl != null) QueryParameter.hl.name: hl!,
    };