CommandableSwaggerDocument class Null safety
Constructors
-
CommandableSwaggerDocument(String baseRoute, ConfigParams? config, List<
ICommand> commands)
Properties
- baseRoute ↔ String
-
read / write
-
commands
↔ List<
ICommand> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- infoContactEmail ↔ String?
-
read / write
- infoContactName ↔ String?
-
read / write
- infoContactUrl ↔ String?
-
read / write
- infoDescription ↔ String?
-
read / write
- infoLicenseName ↔ String?
-
read / write
- infoLicenseUrl ↔ String?
-
read / write
- infoTermsOfService ↔ String?
-
read / write
- infoTitle ↔ String?
-
read / write
- infoVersion ↔ String
-
read / write
-
objectType
↔ Map<
String, dynamic> -
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- version ↔ String
-
read / write
Methods
-
getSpaces(
int length) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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