max method

  1. @override
String max(
  1. int n
)
override

Implementation

@override
String max(int n) => 'Máximo de $n caracteres';