menu
dartpollo_generator package
documentation
context/validation_context.dart
ValidationContext
warnings property
warnings property
dark_mode
light_mode
warnings
property
List
<
String
>
get
warnings
Gets a read-only view of warnings
Implementation
List<String> get warnings => List.unmodifiable(_warnings);
dartpollo_generator package
documentation
context/validation_context
ValidationContext
warnings property
ValidationContext class