DbVersion constructor
DbVersion({
- String? name,
- DbVersionProperties? properties,
Implementation
DbVersion({this.name, this.properties});
DbVersion({this.name, this.properties});