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