ConsequenceQueryObject.fromJson constructor

ConsequenceQueryObject.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ConsequenceQueryObject.fromJson(Map<String, dynamic> json) =>
    _$ConsequenceQueryObjectFromJson(json);