warnings property

List<String> get warnings

Implementation

List<String> get warnings => [
      if (_name == null)
        'Name of component is not set, in minified builds it will be unobtainable',
    ];