Val.dd constructor

Val.dd()

Implementation

factory Val.dd() => Val(
      error: null,
      isFocus: false,
    );