toString method

  1. @override
String toString()
override

当直接当作字符串插入时,无需指定 .value

Implementation

@override
String toString() => value.toString();