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