IndexDatapoint_Restriction constructor

IndexDatapoint_Restriction({
  1. String namespace = '',
  2. List<String> allowList = const [],
  3. List<String> denyList = const [],
})

Implementation

IndexDatapoint_Restriction({
  this.namespace = '',
  this.allowList = const [],
  this.denyList = const [],
}) : super(fullyQualifiedName);