temporary property

DynamicMap? temporary

Account being prepared for login.

ログイン準備中のアカウント。

Implementation

DynamicMap? get temporary {
  final temporary = _data._getTemporary();
  if (temporary.isEmpty) {
    return null;
  }
  return temporary;
}