TimeQuestion.fromJson constructor

TimeQuestion.fromJson(
  1. Map json_
)

Implementation

TimeQuestion.fromJson(core.Map json_)
  : this(duration: json_['duration'] as core.bool?);