callType property

String? get callType
override

Implementation

String? get callType => _$this._callType;
set callType (covariant String? callType)
covariantoverride

Implementation

set callType(covariant String? callType) => _$this._callType = callType;