TagObjectV2 class
Tag object representing a tag for API documentation control.
Constructors
- TagObjectV2({required String name, String? description, ExternalDocumentationObjectV2? externalDocs})
- Creates a TagObjectV2 with the given parameters.
- TagObjectV2.fromMap(Map map)
-
Creates a TagObjectV2 from a map.
factory
Properties
- description → String?
-
A short description of the tag.
final
- externalDocs → ExternalDocumentationObjectV2?
-
Additional external documentation for the tag.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the tag.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the TagObjectV2 to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited