ExampleObjectV3 class

Example object representing an example in a media type or parameter.

Inheritance

Constructors

ExampleObjectV3({String? summary, String? description, Object? value, String? externalValue})
Creates an ExampleObjectV3 with the given parameters.
const
ExampleObjectV3.fromMap(Map data)
Creates an ExampleObjectV3 from a map.
factory

Properties

description String?
The description of the example.
final
extensions Map<String, dynamic>?
Vendor-specific extension fields (x-*) merged into the object.
finalinherited
externalValue String?
A URL that points to the example.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
The summary of the example.
final
value Object?
The value of the example.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the OpenApiObject to a map.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited