pushStringMethodProp method

void pushStringMethodProp(
  1. String type
)

Implementation

void pushStringMethodProp(String type) {
  pushMethodProp(type, StringStyleMethodProp(type));
}