buffer property
      
      Float32List
      get
      buffer
      
    
    
The internal storage buffer of this list.
Implementation
Float32List get buffer => _buffer;The internal storage buffer of this list.
Float32List get buffer => _buffer;