Results 13 comments of xiao xin

Thanks for your suggestion. I will have a investigation when available.

There is no doc for how to running test locally and I am not familier with `wireit`, so I skipped writing tests :(

Here is a code sample: **schema defination using ts**: ```ts export class RecordModel extends Realm.Object { // @ts-ignore static name = "Record"; static primaryKey = "_id"; _id: Realm.Types.ObjectId = new...