factory AccessibilityInformation({ _i2.String? label, _i2.String? role, }) => AccessibilityInformation._( label: label, role: role, );