length property
Expression<int>
get
length
The length of this blob, in bytes.
Implementation
Expression<int> get length {
return FunctionCallExpression('LENGTH', [this]);
}
The length of this blob, in bytes.
Expression<int> get length {
return FunctionCallExpression('LENGTH', [this]);
}