menu
ble_ota package
documentation
core/version.dart
Version
Version.new const constructor
Version.new const constructor
dark_mode
light_mode
Version
constructor
const
Version
(
{
int
major
=
0
,
int
minor
=
0
,
int
patch
=
0
,
})
Implementation
const Version({ this.major = 0, this.minor = 0, this.patch = 0, });
ble_ota package
documentation
core/version
Version
Version.new const constructor
Version class