blackBox property
String
get
blackBox
Implementation
String get blackBox => _blackBox;
set
blackBox
(String value)
Implementation
set blackBox(String value) {
_blackBox = value;
}