ActionCallback constructor

ActionCallback({
  1. int code = 0,
  2. String desc = '',
})

Implementation

ActionCallback({this.code = 0, this.desc = ''});