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