PausedStateContext.fromJson constructor
PausedStateContext.fromJson(
- Map json_
Implementation
PausedStateContext.fromJson(core.Map json_)
: this(
autoResumeTime: json_['autoResumeTime'] as core.String?,
);