AcceleratorProject class abstract

Implementers

Constructors

AcceleratorProject({required Hash id, required String name, required String description, required String url, required int znnFundsNeeded, required int qsrFundsNeeded, required int creationTimestamp, required int statusInt, required VoteBreakdown voteBreakdown})

Properties

creationTimestamp int
getter/setter pair
description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id Hash
getter/setter pair
name String
getter/setter pair
qsrFundsNeeded int
getter/setter pair
qsrFundsNeededWithDecimals num
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AcceleratorProjectStatus
no setter
statusInt int
getter/setter pair
url String
getter/setter pair
voteBreakdown VoteBreakdown
getter/setter pair
znnFundsNeeded int
getter/setter pair
znnFundsNeededWithDecimals num
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited