warn property

  1. @Deprecated('Superseded by [warnF]')
bool warn

Flag to tell if warnings should be printed if there is a problem loading this asset. For released products, the subclass should have a mechanism to set this false. The default version of this getter always returns true.

Implementation

@Deprecated('Superseded by [warnF]')
bool get warn => true;