RouterAggregatedListWarning constructor
RouterAggregatedListWarning({
- String? code,
- List<
RouterAggregatedListWarningData> ? data, - String? message,
Implementation
RouterAggregatedListWarning({this.code, this.data, this.message});