SetupAttemptId.fromJson constructor

SetupAttemptId.fromJson(
  1. Object? json
)

Implementation

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