copyWith method

  1. @override
Modelable copyWith({
  1. String? id,
  2. String? userId,
  3. bool? invalid,
})
override

Copies an instance with the possibility of overriding certain fields.

Implementation

@override
Modelable copyWith({String? id, String? userId, bool? invalid}) {
  throw UnimplementedError();
}