setValue method

  1. @override
void setValue(
  1. dynamic val
)
override

Implementation

@override
void setValue(val) {
  value = val;
}