assetPath property

String get assetPath

Implementation

String get assetPath => this == invalid
    ? 'assets/icons/high_importance.svg'
    : 'assets/icons/close.svg';