tools/flutter_extract.php
authorAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 07:39:56 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 07:39:56 +0000 (15:39 +0800)
tools/flutter_extract.php

index a18d736..cfd5fcc 100644 (file)
@@ -29,11 +29,10 @@ class Cls {
     var $methods = array();
     var $props = array();
 }
-"params" : [
-        {
-          "name" : "o",
-          "type" : "Object",
-          "desc" : "The object to remove",
-          "isOptional" : false
-        }
-      ],
\ No newline at end of file
+class Param {
+    var $name = '';
+    var $type = '';
+    var $desc = '';
+    var $isOptional = true;
+}
+      
\ No newline at end of file