feat: Converted to ios models

This commit is contained in:
Deven Joshi
2021-04-13 18:20:43 +05:30
parent 391eb8c1ce
commit fe07b8dbb0
36 changed files with 406 additions and 344 deletions
@@ -25,7 +25,7 @@ void main() {
});
test('should serialize to json correctly', () {
final channel = ChannelModel(
final channel = ChannelModel.temp(
type: 'type',
id: 'id',
cid: 'a:a',
@@ -39,7 +39,7 @@ void main() {
});
test('should serialize to json correctly when frozen is provided', () {
final channel = ChannelModel(
final channel = ChannelModel.temp(
type: 'type',
id: 'id',
cid: 'a:a',