nabitYoutubeCommunity property

  1. @override
String nabitYoutubeCommunity
inherited

Implementation

@override
String get nabitYoutubeCommunity {
  _$nabitYoutubeCommunityAtom.reportRead();
  return super.nabitYoutubeCommunity;
}
  1. @override
void nabitYoutubeCommunity=(String value)
inherited

Implementation

@override
set nabitYoutubeCommunity(String value) {
  _$nabitYoutubeCommunityAtom.reportWrite(value, super.nabitYoutubeCommunity,
      () {
    super.nabitYoutubeCommunity = value;
  });
}