TencentLocationError constructor
- required TencentLocationErrorCode code,
- required String message,
- int? nativeCode,
- String? nativeMessage,
- Object? details,
Implementation
const TencentLocationError({
required this.code,
required this.message,
this.nativeCode,
this.nativeMessage,
this.details,
});