bound property

num? bound
final

限制值 Value和initial不能在(min, bound)之间 但可以是=min或=bound

Implementation

final num? bound;