SSLCAdditionalInitializer class

Annotations
  • @JsonSerializable()

Constructors

SSLCAdditionalInitializer({String? valueA, String? valueB, String? valueC, String? valueD})
SSLCAdditionalInitializer.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueA String?
getter/setter pair
valueB String?
getter/setter pair
valueC String?
getter/setter pair
valueD String?
getter/setter pair

Methods

getValueA() String?
getValueB() String?
getValueC() String?
getValueD() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValueA(String valueA) → void
setValueB(String valueB) → void
setValueC(String valueC) → void
setValueD(String valueD) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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