Trial_State.fromJson constructor

Trial_State.fromJson(
  1. Object? json
)

Implementation

factory Trial_State.fromJson(Object? json) => Trial_State(json as String);