@override Map<String, dynamic> toJson() => <String, Object?>{ 'type': type, 'ranges': ranges?.map((f) => f.toJson()).toList(), 'scripts': scripts?.map((f) => f.toJson()).toList(), };