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