@override Map<String, dynamic> toJson() => <String, dynamic>{ 'offset': offset, 'length': length, 'type': type?.toJson(), '@type': constructor, };