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