MigrationWarning constructor

MigrationWarning({
  1. LocalizedMessage? actionItem,
  2. String? code,
  3. List<Link>? helpLinks,
  4. LocalizedMessage? warningMessage,
  5. String? warningTime,
})

Implementation

MigrationWarning({
  this.actionItem,
  this.code,
  this.helpLinks,
  this.warningMessage,
  this.warningTime,
});