iterableRows property

Iterable<List<List>> get iterableRows

Implementation

static Iterable<List<List<dynamic>>> get iterableRows =>
    values.map((e) => e.rows);