max method

String max(
  1. int? length
)

Implementation

String max(int? length) => use.substring(0, length);