build method

  1. @override
_$PushNotification build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$PushNotification build() {
  final _$result = _$v ??
      new _$PushNotification._(
          ackId: ackId,
          platform: platform,
          serverId: serverId,
          deviceId: deviceId,
          postId: postId,
          category: category,
          sound: sound,
          message: message,
          badge: badge,
          contAva: contAva,
          teamId: teamId,
          channelId: channelId,
          rootId: rootId,
          channelName: channelName,
          type: type,
          senderId: senderId,
          senderName: senderName,
          overrideUsername: overrideUsername,
          overrideIconUrl: overrideIconUrl,
          fromWebhook: fromWebhook,
          version: version,
          isIdLoaded: isIdLoaded);
  replace(_$result);
  return _$result;
}