MigrationWarning constructor
MigrationWarning({
- LocalizedMessage? actionItem,
- String? code,
- List<
Link> ? helpLinks, - LocalizedMessage? warningMessage,
- String? warningTime,
Implementation
MigrationWarning({
this.actionItem,
this.code,
this.helpLinks,
this.warningMessage,
this.warningTime,
});