copyWith abstract method

  1. @useResult
UserImage copyWith({
  1. int? id,
  2. int? userId,
  3. int? version,
  4. String? url,
})

Returns a shallow copy of this UserImage with some or all fields replaced by the given arguments.

Implementation

@_is.useResult
UserImage copyWith({
  int? id,
  int? userId,
  int? version,
  String? url,
});