menu
neomage package
documentation
utils/migration/migration_service.dart
SemVer
SemVer.new const constructor
SemVer.new const constructor
dark_mode
light_mode
SemVer
constructor
const
SemVer
(
int
major
,
int
minor
,
int
patch
, [
String
?
preRelease
,
])
Implementation
const SemVer(this.major, this.minor, this.patch, [this.preRelease]);
neomage package
documentation
utils/migration/migration_service
SemVer
SemVer.new const constructor
SemVer class