Returns a JSON representation of this.
@override Map<String, Object?> toJson() => { 'runtimeType': 'FileBytes', 'path': path, 'bytes': bytes.toList(), };