BoxMigrationResult constructor
BoxMigrationResult({})
Create a BoxMigrationResult.
Implementation
BoxMigrationResult({
required this.boxName,
required this.success,
required this.entriesMigrated,
this.error,
});
Create a BoxMigrationResult.
BoxMigrationResult({
required this.boxName,
required this.success,
required this.entriesMigrated,
this.error,
});