0.0.5 (#5)
Add a named parameter for each field of the class.
For example, if class contain a field named id
then bool? removeId
will be add as a named parameter for toJsonSupabase
.
If removeId
is not null and true then, id
will not be add in the json.
0.0.4 (#4)
Only exclude primaryKey
from the Map if :
- Can't be nullable then check that
!= null
- The type is
String
, then check that the valueisNotEmpty
0.0.1 (#1)
Initial release :
- Creation of a
toJsonSupabase
which exclude theprimaryKey
from theMap