menu
stepflow package
documentation
platform/platform.dart
Version
Version.new const constructor
Version.new const constructor
dark_mode
light_mode
Version
constructor
const
Version
(
int
major
,
int
minor
,
int
patch
)
Implementation
const Version(this.major, this.minor, this.patch);
stepflow package
documentation
platform/platform
Version
Version.new const constructor
Version class