validate method

bool validate()

Implementation

bool validate() {
  return DartApi.native.signedBytes.validate(_ffi) != 0;
}