NodeStats.fromJson constructor

NodeStats.fromJson(
  1. String str
)

Implementation

factory NodeStats.fromJson(String str) => NodeStats.fromMap(json.decode(str));