isFavorite property

  1. @TagNumber(10)
bool get isFavorite

True if node is in our favorites list Persists between NodeDB internal clean ups

Implementation

@$pb.TagNumber(10)
$core.bool get isFavorite => $_getBF(9);
  1. @TagNumber(10)
set isFavorite (bool value)

Implementation

@$pb.TagNumber(10)
set isFavorite($core.bool value) => $_setBool(9, value);