mineral
core
Subcommand
Subcommand const constructor
Subcommand
Subcommand
constructor
Null safety
const
Subcommand
(
{
required
String
name
,
required
String
description
,
String
?
group
,
String
?
bind
}
)
Implementation
const Subcommand ({ required this.name, required this.description, this.group, this.bind });
mineral
core
Subcommand
Subcommand const constructor
Subcommand class
Constructors
Subcommand
Properties
bind
description
group
hashCode
name
runtimeType
type
Methods
noSuchMethod
toString
Operators
operator ==