isCreated property
bool
get
isCreated
Whether the grid has been created successfully.
Implementation
bool get isCreated => _gridId != Int64.ZERO;
Whether the grid has been created successfully.
bool get isCreated => _gridId != Int64.ZERO;