factory Template.fromJson(Map<String, dynamic> json) { return Template( name: json['Name'] as String?, version: json['Version'] as String?, ); }