CheckConsistencyResponse.fromJson constructor

CheckConsistencyResponse.fromJson(
  1. Map json_
)

Implementation

CheckConsistencyResponse.fromJson(core.Map json_)
    : this(
        consistent: json_['consistent'] as core.bool?,
      );