modelTemplate top-level constant

String const modelTemplate

modelTemplate

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

Implementation

const String modelTemplate = """
/// ### `className`
///
/// `Description`:
///
/// `Example`:
// TODO: Implement model
class className{

}
""";