configs property
List of collection configurations defining what and how to sync.
Each config specifies one Realm collection/model to sync with MongoDB. Multiple collections can sync simultaneously with independent configurations.
Implementation
final List<SyncCollectionConfig> configs;