cacheKey property

String? cacheKey
final

本地缓存 key,如果不为 null,每次更新变量时会将值缓存到本地,请保证 key 唯一

Implementation

final String? cacheKey;