nabitYoutubeCommunity property
inherited
Implementation
@override
String get nabitYoutubeCommunity {
_$nabitYoutubeCommunityAtom.reportRead();
return super.nabitYoutubeCommunity;
}
inherited
Implementation
@override
set nabitYoutubeCommunity(String value) {
_$nabitYoutubeCommunityAtom.reportWrite(value, super.nabitYoutubeCommunity,
() {
super.nabitYoutubeCommunity = value;
});
}