AccessMethod class
Describes the type and format of extension access. Only one of
CustomObjectIdentifier
or AccessMethodType
may be
provided. Providing both results in InvalidArgsException
.
Constructors
- AccessMethod({AccessMethodType? accessMethodType, String? customObjectIdentifier})
-
AccessMethod.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessMethodType → AccessMethodType?
-
Specifies the
AccessMethod
.final - customObjectIdentifier → String?
-
An object identifier (OID) specifying the
AccessMethod
. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID).final - hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited