mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 11:39:39 +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