working a bit
This commit is contained in:
parent
217621daac
commit
93b6f180f6
7 changed files with 61 additions and 23 deletions
|
@ -9,10 +9,12 @@ part of 'matrix_user.dart';
|
|||
_MatrixUser _$MatrixUserFromJson(Map<String, dynamic> json) => _MatrixUser(
|
||||
userId: json['userId'] as String,
|
||||
matrixToken: json['matrixToken'] as String,
|
||||
nonce: json['nonce'] as String,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$MatrixUserToJson(_MatrixUser instance) =>
|
||||
<String, dynamic>{
|
||||
'userId': instance.userId,
|
||||
'matrixToken': instance.matrixToken,
|
||||
'nonce': instance.nonce,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue