DeployStatusTable class 
 
    
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  inUtc
  → bool
  
- 
  
  final 
- 
  rowCount
  → int
  
- 
  Gets the number of rows currently added to this table.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        
- 
  Adds column headers to the table.
Can be called multiple times.
  inherited 
- 
  addRow(Iterable<String?> row)
    → void
  
  
- 
  Adds a row to the table.
Can be called multiple times.
  inherited 
- 
  addRows(Iterable<DeployAttempt> attempts)
    → void
  
  
- 
  
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toStream(Stream<Iterable<String>>? rowStream, {int? limit})
    → Stream<String>
  
  
- 
  Converts the table content to a stream of formatted strings,
one for each row.
  inherited 
- 
  toString()
    → String
  
  
- 
  Converts the table content to a formatted string,
with rows separated by newlines.
  inherited 
- 
  writeLines(void lineSink(String))
    → void
  
  
- 
  Puts the table content to the provided sink line by line.
The line strings are not terminated with a newline.
  inherited