DbVersion constructor

DbVersion({
  1. String? name,
  2. DbVersionProperties? properties,
})

Implementation

DbVersion({this.name, this.properties});