ActionSetState constructor

ActionSetState({
  1. String key = '',
  2. String typeName = '',
  3. String valueJson = '',
})

Implementation

ActionSetState({
    this.key = '',
    this.typeName = '',
    this.valueJson = '',
});