JqlQueryClause.fromJson constructor

JqlQueryClause.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory JqlQueryClause.fromJson(Map<String, Object?> json) {
  return JqlQueryClause();
}