localCustomInt property

int? localCustomInt
getter/setter pair

消息的本地自定义字段(int 类型),只存在于本地,删除应用后丢失

Implementation

late int? localCustomInt;