object property

String? object
final

自定义数据 理论上可以使用任何类型的数据, 但是为了减少意外情况, 这里一律转换成String来保存

Implementation

final String? object;