CommandableSwaggerDocument class
Constructors
-
CommandableSwaggerDocument(String baseRoute, ConfigParams? config, List<
ICommand> commands)
Properties
- baseRoute ↔ String
-
getter/setter pair
-
commands
↔ List<
ICommand> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infoContactEmail ↔ String?
-
getter/setter pair
- infoContactName ↔ String?
-
getter/setter pair
- infoContactUrl ↔ String?
-
getter/setter pair
- infoDescription ↔ String?
-
getter/setter pair
- infoLicenseName ↔ String?
-
getter/setter pair
- infoLicenseUrl ↔ String?
-
getter/setter pair
- infoTermsOfService ↔ String?
-
getter/setter pair
- infoTitle ↔ String?
-
getter/setter pair
- infoVersion ↔ String
-
getter/setter pair
-
objectType
↔ Map<
String, dynamic> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ String
-
getter/setter pair
Methods
-
getSpaces(
int length) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toSupportedSwaggerType(
String typeName) → String -
writeArrayItem(
int indent, String name, {bool isObjectItem = false}) → void -
writeAsObject(
int indent, String name, dynamic value) → void -
writeAsString(
int indent, String name, String? value) → void -
writeData(
int indent, Map< String, dynamic> data) → void -
writeName(
int indent, String name) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited