InlineObject10 class abstract

InlineObject10

Properties:

  • activate - Use true to activate, false to deactivate
  • code - The code produced by your MFA client. Required if activate is true

Constructors

InlineObject10([void updates(InlineObject10Builder b)])
factory

Properties

activate bool
Use true to activate, false to deactivate
no setter
code String?
The code produced by your MFA client. Required if activate is true
no setter
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
rebuild(dynamic updates(InlineObject10Builder)) InlineObject10
Rebuilds the instance.
inherited
toBuilder() InlineObject10Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InlineObject10>
no setter