userIdx property

String? userIdx

Implementation

String? get userIdx => user == null ? '0' : user!.idx;