EntitleSubscriptionIntent.fromJson constructor
EntitleSubscriptionIntent.fromJson(
- Map json_
Implementation
EntitleSubscriptionIntent.fromJson(core.Map json_)
: this(name: json_['name'] as core.String?);