V2TimSdkConfig class Models
V2TimSdkConfig
- Annotations
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. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- v2TIMLOGDEBUG ↔ int
-
@JsonKey(name: 'V2TIM_LOG_DEBUG'), read / write
- v2TIMLOGERROR ↔ int
-
@JsonKey(name: 'V2TIM_LOG_ERROR'), read / write
- v2TIMLOGINFO ↔ int
-
@JsonKey(name: 'V2TIM_LOG_INFO'), read / write
- v2TIMLOGNONE ↔ int
-
@JsonKey(name: 'V2TIM_LOG_NONE'), read / write
- v2TIMLOGWARN ↔ int
-
@JsonKey(name: 'V2TIM_LOG_WARN'), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited