CommandBuilder class
Methods
-
copyWith({String? name, String? command})
→ CommandBuilder
-
-
entity(Entity? entity, {List<String>? also, String? prefix, String? suffix})
→ CommandBuilder
-
-
generate(Context context)
→ Widget
-
override
-
location(Location? location, {List<String>? also, String? prefix, String? suffix})
→ CommandBuilder
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
number(num? val, {List<String>? also, String? prefix, String? suffix})
→ CommandBuilder
-
-
string(String? str, {List<String>? also, String? prefix, String? suffix})
→ CommandBuilder
-
-
toMap()
→ dynamic
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when(bool condition, {String? then, List<String>? also, String? prefix, String? suffix, String? otherwise})
→ CommandBuilder
-