factory BlueprintTemplateExpandable.fromJson(Map<String, Object?> json) { return BlueprintTemplateExpandable( body: json[r'body'] as String?, ); }