@override Stream<List<int>> toStream() async* { final bytes = toBytes(); yield bytes; // 텍스트를 스트림으로 }