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