DatumUserSwitchResult constructor
const
DatumUserSwitchResult({})
Creates a user switch result.
Implementation
const DatumUserSwitchResult({
required this.success,
required this.newUserId,
this.previousUserId,
this.unsyncedOperationsHandled = 0,
this.conflicts,
this.errorMessage,
});