id property
The unique identifier (ID) of the account.
The regex pattern for an account ID string requires exactly 12 digits.
Implementation
final String? id;
The unique identifier (ID) of the account.
The regex pattern for an account ID string requires exactly 12 digits.
final String? id;