RowCountTest.fromJson constructor

RowCountTest.fromJson(
  1. Map json_
)

Implementation

RowCountTest.fromJson(core.Map json_)
    : this(
        comparison: json_['comparison'] as core.String?,
        threshold: json_['threshold'] as core.String?,
      );