MessageId copyWith({Object? value = _acpCopyWithAbsent}) => MessageId( identical(value, _acpCopyWithAbsent) ? this.value : value as String, );