encodedIndex property

String? encodedIndex

Implementation

String? get encodedIndex => _index != null ? Uri.encodeFull(_index!) : null;