Info copyWith({ int? version, String? author, }) => Info( version: version ?? this.version, author: author ?? this.author, );