source property

String? source
getter/setter pair

The party that generated this notification, which can take the following value: - GOOGLE: this notification as generated by Google.

Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE. Possible string values are:

  • "GOOGLE" : This notification was generated by Google.
  • "NSRC_GOOGLE" : [Deprecated] This notification was generated by Google.

Implementation

core.String? source;