differentiator property

String differentiator

A differentiator helps to specify the uniqueness of the variable. In the case of a VariableScope.screen this is the path of the screen e.g. .screen-id would produce an ID like tink.variable.screen-id.screen.x where the screen is the scope and x is the name. For screen scope => .screen-id For device scope => device For app scope => app Only screen scope changes.

Implementation

String get differentiator;