isCreateForm function

bool isCreateForm(
  1. String id
)

Implementation

bool isCreateForm(String id) {
  return id.startsWith("new:");
}