factory MemoHash({ $core.List<$core.int>? hash, }) { final result = create(); if (hash != null) result.hash = hash; return result; }