@Implements<Identity>() const factory Parent({ required String id, required String name, required Student children, }) = _Parent;