useBrackets property

  1. @Deprecated('Use listFormat instead')
bool? useBrackets
final

Use brackets [ ] to when encoding

  • lists hxxp://path/to/script?foo[]=123&foo[]=456&foo[]=789

  • maps hxxp://path/to/script?user[name]=john&user[surname]=doe&user[age]=21

Implementation

@Deprecated('Use listFormat instead')
final bool? useBrackets;