mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
Updated the API Endpoints, API Calls, Data Models and cubits to the lateset changes from the backend
This commit is contained in:
@ -3,7 +3,7 @@ import 'package:syncrow_app/utils/resource_manager/constants.dart';
|
||||
class FunctionModel {
|
||||
String? code;
|
||||
FunctionType? type;
|
||||
ValueModel? values;
|
||||
dynamic values;
|
||||
|
||||
FunctionModel({
|
||||
required this.code,
|
||||
|
Reference in New Issue
Block a user