SQLConditionValue.fromJson constructor

SQLConditionValue.fromJson(
  1. List json
)

Implementation

factory SQLConditionValue.fromJson(List json) => SQLConditionValue(
      json[0],
      json[1],
      json[2],
    );