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