tables property
- @TagNumber.new(3)
The count of table entities within the referenced resource.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get tables => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set tables($fixnum.Int64 v) {
$_setInt64(2, v);
}