copyWith method
Implementation
UnReadNotificationCount copyWith({ num? success,
String? unReadTotal,
}) => UnReadNotificationCount( success: success ?? _success,
unReadTotal: unReadTotal ?? _unReadTotal,
);
UnReadNotificationCount copyWith({ num? success,
String? unReadTotal,
}) => UnReadNotificationCount( success: success ?? _success,
unReadTotal: unReadTotal ?? _unReadTotal,
);