wsl2distromanager
list
DistroList
DistroList const constructor
DistroList
DistroList
constructor
Null safety
const
DistroList
(
{
Key
?
key
,
required
WSLApi
api
,
required
dynamic
statusMsg
(
String
,
{
bool
loading
}
)}
)
Implementation
const DistroList({Key? key, required this.api, required this.statusMsg}) : super(key: key);
wsl2distromanager
list
DistroList
DistroList const constructor
DistroList class
Constructors
DistroList
Properties
api
hashCode
key
runtimeType
statusMsg
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==