User constructor

User({
  1. String? accountIdentifier,
})

Implementation

User({this.accountIdentifier});