utilityTemplate top-level constant

String const utilityTemplate

utilityTemplate

will be used when create a new utility and its test file

Implementation

const String utilityTemplate = """
/// ### `className`
///
/// `Description`:
///
/// `Example`:
// TODO: Implement service
class className{

}
""";