canInclude property

List<String> canInclude

possible includes with parameter ?include=a,b

  • controller: include associated controller
  • current_item_time: include associated current_item_time
  • items: include associated items
  • next_item_time: include associated next_item_time
  • service_type: include associated service_type

Implementation

static List<String> get canInclude => [
      'controller',
      'current_item_time',
      'items',
      'next_item_time',
      'service_type'
    ];