params property

List<String> get params

Implementation

List<String> get params => _cache ??= _params.toList(growable: false);