Non-nullable and non-const args
List<Arg> get safeList { return list.whereNotNull().where((arg) => arg is! ConstArg).toList(); }