collectionName property

  1. @Index.new(composite: [CompositeIndex('recordId')])
String collectionName
getter/setter pair

Implementation

@Index(composite: [CompositeIndex('recordId')])
late String collectionName;