CreateViewOptions constructor

CreateViewOptions({
  1. CollationOptions? collation,
  2. String? comment,
})

Implementation

CreateViewOptions({super.collation, super.comment});