canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • arrangement: include associated arrangement
  • item_notes: include associated item_notes
  • item_times: include associated item_times
  • key: include associated key
  • media: include associated media
  • selected_attachment: include associated selected_attachment
  • song: include associated song

Implementation

static List<String> get canInclude => [
      'arrangement',
      'item_notes',
      'item_times',
      'key',
      'media',
      'selected_attachment',
      'song'
    ];