copyWith method

DeviceTokenUbuntuPush copyWith({
  1. String? token,
})

Implementation

DeviceTokenUbuntuPush copyWith({String? token}) =>
    DeviceTokenUbuntuPush(token: token ?? this.token);