isPinned property

String? get isPinned

Implementation

String? get isPinned => _isPinned;
set isPinned (String? value)

Implementation

set isPinned(String? value) {
  _isPinned = value;
}