AuthenticationSessionAccountInformation constructor
Implementation
factory AuthenticationSessionAccountInformation({
_i2.String? id,
_i2.String? label,
}) =>
AuthenticationSessionAccountInformation._(
id: id,
label: label,
);