Store the content that will be written to the file in a String or Future
@override String get content => '''$import abstract class UseCase<T, P> { Future<T> call({required P params}); } ''';