UpdateInfo constructor
Creates an UpdateInfo describing the current update state.
Implementation
const UpdateInfo({
required this.isAvailable,
this.currentPatchNumber,
this.nextPatchNumber,
});
Creates an UpdateInfo describing the current update state.
const UpdateInfo({
required this.isAvailable,
this.currentPatchNumber,
this.nextPatchNumber,
});