dice function

String dice()

Implementation

String dice() => integer(max: 6).abs().floor().toString();