UnsupportedSchemaVersionException constructor

const UnsupportedSchemaVersionException({
  1. required int found,
  2. required int supported,
})

Implementation

const UnsupportedSchemaVersionException({
  required this.found,
  required this.supported,
});