$input */ public static function fromArray(array $input): ?static { return DataObjectFactory::fromArray(static::class, $input); } }