Environ class

Constructors

Environ({String? mdc, String? version, String? name, String? crt, String? key, String? rootCrt, Lattice? lattice})

Properties

crt String?
数据中心根证书
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
数据中心根证书私钥.
getter/setter pair
lattice Lattice?
Lattice
getter/setter pair
mdc String?
数据中心编号
getter/setter pair
name String?
名称
getter/setter pair
rootCrt String?
根证书,信任根
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
版本
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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