property method

Meta property(
  1. String p
)

Implementation

Meta property(String p) {
  attr('property', StringAttribute(p));
  return this;
}