build method

  1. @override
_$NotificationPayload build()
override

Builds.

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

Implementation

@override
_$NotificationPayload build() {
  final _$result = _$v ??
      new _$NotificationPayload._(
          tag: tag,
          body: body,
          icon: icon,
          badge: badge,
          color: color,
          sound: sound,
          title: title,
          bodyLocKey: bodyLocKey,
          bodyLocArgs: bodyLocArgs,
          clickAction: clickAction,
          titleLocKey: titleLocKey,
          titleLocArgs: titleLocArgs);
  replace(_$result);
  return _$result;
}