jsonList property

List get jsonList

将字符串转为数组

Implementation

List get jsonList {
  return json.decode(this);
}