IOSSelector class

Annotations
  • @JsonSerializable()

Constructors

IOSSelector({int? instance, IOSElementType? elementType, String? identifier, String? label, String? labelStartsWith, String? labelContains, String? title, String? titleStartsWith, String? titleContains, bool? hasFocus, bool? isEnabled, bool? isSelected, String? placeholderValue, String? placeholderValueStartsWith, String? placeholderValueContains})
IOSSelector.fromJson(Map<String, dynamic> json)
factory

Properties

elementType IOSElementType?
final
hasFocus bool?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String?
final
instance int?
final
isEnabled bool?
final
isSelected bool?
final
label String?
final
labelContains String?
final
labelStartsWith String?
final
placeholderValue String?
final
placeholderValueContains String?
final
placeholderValueStartsWith String?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
title String?
final
titleContains String?
final
titleStartsWith String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited