toProperties method

  1. @override
Properties toProperties ()
override

Implementation

@override
Properties toProperties() {
  return (template ?? new PropertiesTemplate([])).create(toMap());
}