menu
terra_dart package
documentation
Core/Upgrade/Proposals/SoftwareUpgradeProposal.dart
SoftwareUpgradeProposal
SoftwareUpgradeProposal constructor
SoftwareUpgradeProposal constructor
dark_mode
light_mode
SoftwareUpgradeProposal
constructor
SoftwareUpgradeProposal
(
String
title
,
String
description
,
Plan
?
plan
)
Implementation
SoftwareUpgradeProposal(this.title, this.description, this.plan);
terra_dart package
documentation
Core/Upgrade/Proposals/SoftwareUpgradeProposal
SoftwareUpgradeProposal
SoftwareUpgradeProposal constructor
SoftwareUpgradeProposal class