postfix property
      
      String
      get
      postfix
      
    
    
    
Implementation
String get postfix {
  if (DSConstants.I.isInternalVersionOpt) return '_d';
  return _postfix;
}String get postfix {
  if (DSConstants.I.isInternalVersionOpt) return '_d';
  return _postfix;
}