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