count method

int count()

Implementation

int count() {
    var result = _native_count(toCpp(), );
    return result;
}