canQuery property

List<String> canQuery

possible queries using parameters like ?wherekey=value or ?wheregt|lt=value

  • author: (URLParameter), query on a specific author, example: ?whereauthor=string
  • ccli_number: (URLParameter), query on a specific ccli_number, example: ?whereccli_number=1
  • hidden: (URLParameter), query on a specific hidden, example: ?wherehidden=true
  • themes: (URLParameter), query on a specific themes, example: ?wherethemes=string
  • title: (URLParameter), query on a specific title, example: ?wheretitle=string

Implementation

static List<String> get canQuery =>
    ['author', 'ccli_number', 'hidden', 'themes', 'title'];