template property

String? get template

Implementation

String? get template => _template?.get();
set template (dynamic v)

Implementation

set template(dynamic v) {}