menu
json_to_dart package
documentation
warning.dart
WithWarning<T>
WithWarning constructor
WithWarning constructor
dark_mode
light_mode
WithWarning<
T
>
constructor
WithWarning<
T
>
(
T
result
,
List
<
Warning
>
warnings
)
Implementation
WithWarning(this.result, this.warnings);
json_to_dart package
documentation
warning
WithWarning<T>
WithWarning constructor
WithWarning class