title constant
String
const title
title regex ( this is to differentiate a class and normal variable or a function or constructor )
Implementation
static const title = r'_*[A-Z]\w*';
title regex ( this is to differentiate a class and normal variable or a function or constructor )
static const title = r'_*[A-Z]\w*';