errors property Null safety
Implementation
static Future<Set<HyperTrackError>> get errors async {
return _invokeSdkMethod<List<Object?>>(SdkMethod.getErrors).then((value) {
return deserializeErrors(value.cast<Map<Object?, Object?>>());
});
}