TestHelpersTestClockId.fromJson constructor

TestHelpersTestClockId.fromJson(
  1. Object? json
)

Implementation

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