Convert from JSON map
factory Generatable.fromJson(Map<String, dynamic> json) { throw UnimplementedError('Subclasses must implement fromJson'); }