PublishState.fromJson constructor
PublishState.fromJson(
- Map json_
Implementation
PublishState.fromJson(core.Map json_)
: this(
isAcceptingResponses: json_['isAcceptingResponses'] as core.bool?,
isPublished: json_['isPublished'] as core.bool?,
);