toJson method
dynamic
toJson()
Implementation
toJson() => {
'key1': key1,
'key2': key2,
'data': data,
'public': isPublic,
'key3': key3,
'oId': oId,
'type': type,
};
toJson() => {
'key1': key1,
'key2': key2,
'data': data,
'public': isPublic,
'key3': key3,
'oId': oId,
'type': type,
};