VisibleInfoBlocks constructor

VisibleInfoBlocks([
  1. void b(
    1. VisibleInfoBlocksBuilder
    )?
])

Creates a new VisibleInfoBlocks object using the builder pattern.

Implementation

factory VisibleInfoBlocks([void Function(VisibleInfoBlocksBuilder)? b]) = _$VisibleInfoBlocks;