OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version class abstract

Implemented types

Constructors

OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version([void b(OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_VersionBuilder)?])
Creates a new OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version object using the builder pattern.
factory
OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

edition → String
no setterinherited
extendedSupport → bool
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
major → int
no setterinherited
micro → int
no setterinherited
minor → int
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
string → String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_VersionBuilder)) → OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version
Rebuilds the instance.
inherited
toBuilder() → OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_VersionBuilder
Converts the instance to a builder B.
inherited
toJson() → Map<String, dynamic>
Parses this object into a json like map.
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version>
Serializer for OcsGetCapabilitiesResponseApplicationJson_Ocs_Data_Version.
no setter