@override Object decodePrimitiveValue(ModelDB db, Object? value) { return (super.decodePrimitiveValue(db, value) as core.List).cast<String>(); }