money property

int get money

Implementation

int get money => user?.userMetadata?[userAppMoneyKey] ?? 0;