NyList extension
Extensions for List
- on
- 
          - List?
 
Methods
- 
  dd({String? tag}) → void 
- 
      Available on List?, provided by the NyList extension dump the value to the console and exit the app.tagis optional.
- 
  dump({String? tag}) → void 
- 
      Available on List?, provided by the NyList extension dump the value to the console.tagis optional.
- 
  randomItem() → dynamic 
- Find a random item in a list.
- 
  row({Key? key, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, MainAxisSize mainAxisSize = MainAxisSize.max, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center, TextDirection? textDirection, VerticalDirection verticalDirection = VerticalDirection.down, TextBaseline? textBaseline}) → Row 
- 
      Available on List?, provided by the NyList extension Convert a list to Row