status property

String get status

Implementation

String get status {
  return DartApi.native.validationResult.statusGet(_ffi).intoString();
}