Streamingbuffer.fromJson constructor

Streamingbuffer.fromJson(
  1. Map json_
)

Implementation

Streamingbuffer.fromJson(core.Map json_)
    : this(
        estimatedBytes: json_['estimatedBytes'] as core.String?,
        estimatedRows: json_['estimatedRows'] as core.String?,
        oldestEntryTime: json_['oldestEntryTime'] as core.String?,
      );