remove method

void remove(
  1. String id
)

Implementation

void remove(String id) => _values.removeWhere((model) => model.id == id);