gray method

  1. @override
String gray(
  1. String s
)
override

Implementation

@override
String gray(String s) => s;