Notify copyWith({int? time, String? atSign, String? message}) { return Notify( time: time ?? this.time, atSign: atSign ?? this.atSign, message: message ?? this.message); }