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