Generate a RowEntity from json
RowEntity.fromJson(Map<String, String> json) : name = json['name']!, type = json['type']!, value = json['value'];