GethDetails.fromJson constructor

GethDetails.fromJson(
  1. Map json_
)

Implementation

GethDetails.fromJson(core.Map json_)
    : this(
        garbageCollectionMode: json_.containsKey('garbageCollectionMode')
            ? json_['garbageCollectionMode'] as core.String
            : null,
      );