@override void validateArgs(int? len, Object? data, Attribute? attribute) { assert(data != null); assert(attribute == null); }