APIItem class
Define APIItem class
Constructors
-
APIItem({required APIGuideRequest request, required List<
APIGuideResponse> response, required List<APISecurityScheme> securitySchemes, required String title, required String urlPath, required String description, bool? isDeprecated, bool? isInternal, bool? isHovered, bool? isOptionalSecurity}) - Definition of APIItem instance
Properties
- description → String
-
Define description property as String and final
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDeprecated → bool?
-
Define isDeprecated property as bool? and final
final
- isHovered ↔ bool?
-
Define isHovered property as bool? and final
getter/setter pair
- isInternal → bool?
-
Define isInternal property as bool? and final
final
- isOptionalSecurity → bool?
-
Define isOptionalSecurity property as bool? and final
final
- request → APIGuideRequest
-
Define request property as APIGuideRequest and final
final
-
response
→ List<
APIGuideResponse> -
Define response property as List
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securitySchemes
→ List<
APISecurityScheme> -
Define securitySchemes property as List
final
- title → String
-
Define title property as String and final
final
- urlPath → String
-
Define urlPath property as String and final
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited