containsCreatedAt property
bool
get
containsCreatedAt
Implementation
bool get containsCreatedAt {
try {
form.control(createdAtControlPath());
return true;
} catch (e) {
return false;
}
}