len property

int? len
final

string 类型时为字符串长度;number 类型时为确定数字; array 类型时为数组长度

Implementation

final int? len;