Input$GoogleAnalyticsEventDataShareInput class

Constructors

Input$GoogleAnalyticsEventDataShareInput({required Enum$ShareMethodEnum method, required Enum$ShareContentTypeEnum content_type, required String item_id})
factory
Input$GoogleAnalyticsEventDataShareInput.fromJson(Map<String, dynamic> data)
factory

Properties

content_type Enum$ShareContentTypeEnum
no setter
copyWith CopyWith$Input$GoogleAnalyticsEventDataShareInput<Input$GoogleAnalyticsEventDataShareInput>
no setter
hashCode int
The hash code for this object.
no setteroverride
item_id String
no setter
method Enum$ShareMethodEnum
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override