isLegacy property
bool
get
isLegacy
Whether this entry is marked as legacy.
Implementation
bool get isLegacy =>
comments.any((comment) => comment.contains('@permit:legacy'));
Whether this entry is marked as legacy.
bool get isLegacy =>
comments.any((comment) => comment.contains('@permit:legacy'));