ontertiarycontainer property
String?
get
ontertiarycontainer
Implementation
String? get ontertiarycontainer => _ontertiarycontainer?.get();
set
ontertiarycontainer
(dynamic v)
Implementation
set ontertiarycontainer(dynamic v) {
if (_ontertiarycontainer != null)
_ontertiarycontainer!.set(v);
else if (v != null)
_ontertiarycontainer = StringObservable(Binding.toKey('ontertiarycontainer'), v, scope: scope, listener: onPropertyChange);
}