MigrationWarning constructor

const MigrationWarning({
  1. required String message,
  2. String? filePath,
  3. int? line,
})

Implementation

const MigrationWarning({required this.message, this.filePath, this.line});