menu
postgres_fork package
documentation
postgres.dart
LSN
operator + method
operator + method
dark_mode
light_mode
operator +
method
LSN
operator +
(
LSN
other
)
Implementation
LSN operator +(LSN other) { return LSN(value + other.value); }
postgres_fork package
documentation
postgres
LSN
operator + method
LSN class