FQuery class

Constructors

FQuery({String? selector, String? attr, bool isParentElement = false, bool isHtmlStyleText = false, bool isMultiSelector = false, String multiSelectorValueJoiner = ',', int? index})

Properties

attr String?
element attribute src,href,data-src default null
final
hashCode int
The hash code for this object.
no setterinherited
index int?
if index=0 : current element ကို querySelectorAll and get index position else nothing
final
isHtmlStyleText bool
if isHtmlStyleText=true : getHtmlTag and clean html tag else get text
final
isMultiSelector bool
if isMultiSelector=true : current element ကို querySelectorAll get else noting.
final
isParentElement bool
if isParentElement=true : selector not working. else selector working.
final
multiSelectorValueJoiner String
if isMultiSelector=true : List<String>.join(multiSelectorValueJoiner) else nothing
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selector String?
querySelector class,id
final

Methods

getResult(Element ele) String
get All result -> String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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