mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 19:54:55 +00:00
converted GetOccupancyParam.toJson to an expression method.
This commit is contained in:
@ -7,9 +7,5 @@ class GetOccupancyParam {
|
|||||||
required this.spaceUuid,
|
required this.spaceUuid,
|
||||||
});
|
});
|
||||||
|
|
||||||
Map<String, dynamic> toJson() {
|
Map<String, dynamic> toJson() => {'monthDate': monthDate};
|
||||||
return {
|
|
||||||
'monthDate': monthDate,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user