local_property.dart 100 B

1234567
  1. class LocalProperties {
  2. /// 当前账号
  3. String? account;
  4. /// 设备ID
  5. String? deviceId;
  6. }