create static method
Implementation
static create(PlatformPost post) {
IsarDB.isar.writeTxnSync(
() => IsarDB.isar.platformPosts.putSync(post),
);
_initEmbedded(post);
IsarDB.isar.writeTxnSync(
() => IsarDB.isar.platformPosts.putSync(post),
);
}