listCopy method

List listCopy()

Implementation

List<Convo> listCopy() => List.from(state, growable: true);