toTemplate method

PropertiesTemplate toTemplate ()

Implementation

PropertiesTemplate toTemplate() {
  return new PropertiesTemplate.fromProperties(this);
}