copyWith method

DeviceTokenTizenPush copyWith({
  1. String? regId,
})

Implementation

DeviceTokenTizenPush copyWith({String? regId}) =>
    DeviceTokenTizenPush(regId: regId ?? this.regId);