sync method

Future<void> sync()

Implementation

Future<void> sync() async {
  await Collection.get(id: getCollection()).syncModel(this);
}