AuthenticationSessionAccountInformation constructor

AuthenticationSessionAccountInformation({
  1. String? id,
  2. String? label,
})

Implementation

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