LayoutError.empty constructor

LayoutError.empty(
  1. Layout a, [
  2. String? name
])

Constructs an error indicating an empty Layout.

Implementation

LayoutError.empty(Layout a, [String? name]) : super('$a is empty', name);