count property
int
get
count
Gets the number of elements contained in the inthe InnerList.
Implementation
int get count {
return _innerList.length;
}
Gets the number of elements contained in the inthe InnerList.
int get count {
return _innerList.length;
}