DatabaseEndpoint constructor Null safety
- Database database
Creates an endpoint representing a local database as the replication target.
Implementation
DatabaseEndpoint(this.database);
Creates an endpoint representing a local database as the replication target.
DatabaseEndpoint(this.database);