V2TimSdkConfig class Models

V2TimSdkConfig

Annotations
  • @JsonSerializable()

Constructors

V2TimSdkConfig(int? v2TIMLOGNONE, int? v2TIMLOGDEBUG, int? v2TIMLOGINFO, int? v2TIMLOGWARN, int? v2TIMLOGERROR)
V2TimSdkConfig.fromJson(Map<String, dynamic> srcJson)
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
v2TIMLOGDEBUG int?
getter/setter pair
v2TIMLOGERROR int?
getter/setter pair
v2TIMLOGINFO int?
getter/setter pair
v2TIMLOGNONE int?
getter/setter pair
v2TIMLOGWARN int?
getter/setter pair

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