CFConfig class

Annotations
  • @JS()
  • @anonymous

Constructors

CFConfig({List<String> components, String orderToken, String pluginName, Map<String, String> style, Function onSuccess, Function onFailure})
factory

Properties

components List<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
onFailure → dynamic Function(dynamic)
no setter
onSuccess → dynamic Function(dynamic)
no setter
orderToken String
no setter
pluginName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Map<String, String>
no setter

Methods

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