ExtendedDocumentParameterProcessor class

Inheritance
  • Object
  • DocumentParameterProcessor
  • ExtendedDocumentParameterProcessor

Constructors

ExtendedDocumentParameterProcessor(BuildContext context, AppModel app, {List<DocumentItemModel>? images})

Properties

app → AppModel
finalinherited
context BuildContext
finalinherited
hashCode int
The hash code for this object.
no setterinherited
images List<DocumentItemModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

image(KeyValue k) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
otherKeyValue(String myString, KeyValue k) String
override
otherParam(String myString, Param s) String
inherited
otherSingleValue(String myString, SingleValue p) String
inherited
param(String parseMe) → Param?
inherited
process(String documentContent) String
inherited
toString() String
A string representation of this object.
inherited
userGroup() String
inherited
userName() String?
inherited

Operators

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

Static Properties

theImage String
getter/setter pair