setString method

  1. @override
void setString(
  1. String v
)
override

Implementation

@override
void setString(String v) {
  value = v;
}