length property

Expression<int> get length

The length of this blob, in bytes.

Implementation

Expression<int> get length {
  return FunctionCallExpression('LENGTH', [this]);
}