SetupIntentId.fromJson constructor

SetupIntentId.fromJson(
  1. Object? json
)

Implementation

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