setPostfix method

void setPostfix(
  1. String value
)

Implementation

void setPostfix(String value) {
  assert(value == '_d' || !DSConstants.I.isInternalVersionOpt, 'Currently only _d postfix supported for internal versions');
  _postfix = value;
}