Optional class
Constructors
-
Optional.any({ApplyMethod? apply, String? regex, int? regexGroup, String? regexReplace, String? regexReplaceWith, Map<String, String>? replaceFirst, Map<String, String>? replaceAll, int? cropStart, int? cropEnd, String? prepend, String? append, List<Object>? match, int? nth, String? splitBy, List<TransformationType>? transformationOrder})
-
Named constructor for any optional parameters
factory
-
Optional.http({required String url, required HttpMethod method, UserAgentDevice? userAgent, HttpResponseType? responseType, Object? payLoad, HttpPayload? payloadType, bool usePassedProxy = false, bool cacheResponse = false, ApplyMethod? apply, String? regex, int? regexGroup, String? regexReplace, String? regexReplaceWith, Map<String, String>? replaceFirst, Map<String, String>? replaceAll, int? cropStart, int? cropEnd, String? prepend, String? append, List<Object>? match, int? nth, String? splitBy, List<TransformationType>? transformationOrder})
-
Named constructor for HTTP-specific optional parameters
factory
-
Optional.sibling({required SiblingDirection direction, List<String>? where, ApplyMethod? apply, String? regex, int? regexGroup, String? regexReplace, String? regexReplaceWith, Map<String, String>? replaceFirst, Map<String, String>? replaceAll, int? cropStart, int? cropEnd, String? prepend, String? append, List<Object>? match, int? nth, String? splitBy, List<TransformationType>? transformationOrder})
-
Named constructor for Sibling-specific optional parameters
factory
-
Optional.staticVal({String? strVal, Map<String, Object>? mapVal, ApplyMethod? apply, String? regex, int? regexGroup, String? regexReplace, String? regexReplaceWith, Map<String, String>? replaceFirst, Map<String, String>? replaceAll, int? cropStart, int? cropEnd, String? prepend, String? append, List<Object>? match, int? nth, String? splitBy, List<TransformationType>? transformationOrder})
-
Named constructor for StaticVal-specific optional parameters
factory
-
Optional.strBetween({required String start, required String end, ApplyMethod? apply, String? regex, int? regexGroup, String? regexReplace, String? regexReplaceWith, Map<String, String>? replaceFirst, Map<String, String>? replaceAll, int? cropStart, int? cropEnd, String? prepend, String? append, List<Object>? match, int? nth, String? splitBy, List<TransformationType>? transformationOrder})
-
Named constructor for StrBetween-specific optional parameters
factory
-
Optional.table({String? keys, String? values, ApplyMethod? apply, String? regex, int? regexGroup, String? regexReplace, String? regexReplaceWith, Map<String, String>? replaceFirst, Map<String, String>? replaceAll, int? cropStart, int? cropEnd, String? prepend, String? append, List<Object>? match, int? nth, String? splitBy, List<TransformationType>? transformationOrder})
-
Named constructor for Table-specific optional parameters
factory