SetupIntentId.fromJson constructor
SetupIntentId.fromJson(
- Object? json
Implementation
factory SetupIntentId.fromJson(Object? json) =>
SetupIntentId(id: (json as String));
factory SetupIntentId.fromJson(Object? json) =>
SetupIntentId(id: (json as String));