DialogModel class
- Implemented types
Constructors
- 
          DialogModel(Map<String, dynamic> json, PageModel parent)
- 
          
            factory
Properties
- assemble → WidgetAssembler
- 
  build new widget by element
  no setteroverride
- engine → ScriptEngine
- 
  evaluate expression
  no setteroverride
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- interaction → InterOperation
- 
  onPressed, onLongPressed, onScrolled...
  no setteroverride
- resource → AssembleResource
- 
  color, dimen...
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  addListener(List< String> expressions, VoidCallback listener) → void
- 
  
  override
- 
  dispose() → void 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  removeListener(VoidCallback listener) → void 
- 
  
  override
- 
  sizeOf(String key) → int 
- 
  separate interface to get list size of given key
  override
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
- 
  operator [](String key) → String 
Constants
- KEY_IDENTIFIER → const String