TikiSdkDestination.none constructor Null safety
Builds a destination with no paths nor uses.
This should be use to revoke all destinations for a specific origin.
Implementation
const TikiSdkDestination.none()
: paths = const [],
uses = const [];