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