PausedStateContext.fromJson constructor

PausedStateContext.fromJson(
  1. Map json_
)

Implementation

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