@override Map<String, dynamic> toJson([dynamic extra]) { return { "@type": CONSTRUCTOR, "name": name, "value": value?.toJson(), "@extra": extra, }; }