copyWith method
Implementation
BlueprintTemplateExpandable copyWith({String? body}) {
return BlueprintTemplateExpandable(
body: body ?? this.body,
);
}
BlueprintTemplateExpandable copyWith({String? body}) {
return BlueprintTemplateExpandable(
body: body ?? this.body,
);
}