toJsonOid method
dynamic
toJsonOid()
Correct supported json format
Implementation
toJsonOid() => {"\$oid": "${this!.toHexString()}"};
Correct supported json format
toJsonOid() => {"\$oid": "${this!.toHexString()}"};