account property

Account? get account

Implementation

Account? get account => isAccount ? data as Account : null;