TikiSdkDestination constructor Null safety
- List<
String> paths, - {List<
String> uses = const ["*"]}
Builds a destination with paths and uses. Default to all uses.
Implementation
const TikiSdkDestination(this.paths, {this.uses = const ["*"]});
Builds a destination with paths and uses. Default to all uses.
const TikiSdkDestination(this.paths, {this.uses = const ["*"]});