services property

  1. @Index(index: 1, name: "services", pattern: "")
List<Service>? services
getter/setter pair

Implementation

@Index(index: 1, name: "services", pattern: "")
List<Service>? services = [];