isEditing property

bool isEditing
final

It is usually used in forms that are used as CRUD, so when it is true it means that you can perform the update operation.

Implementation

final bool isEditing;