const Args({ Map<String, dynamic>? args, List<String>? rest, }) : _args = args ?? const {}, _rest = rest ?? const [];