errors property
Forward to StdRuntimeResults.errors and returns as a List.
Implementation
@override
List<String> get errors => results.errors.toList();
Forward to StdRuntimeResults.errors and returns as a List.
@override
List<String> get errors => results.errors.toList();