working a bit
This commit is contained in:
parent
217621daac
commit
93b6f180f6
7 changed files with 61 additions and 23 deletions
|
@ -8,6 +8,7 @@ abstract class MatrixUser with _$MatrixUser {
|
|||
const factory MatrixUser({
|
||||
required String userId,
|
||||
required String matrixToken,
|
||||
required String nonce,
|
||||
}) = _MatrixUser;
|
||||
|
||||
factory MatrixUser.fromJson(Map<String, dynamic> json) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue