logs property
List<CapturedLog>
get
logs
Gets the list of captured logs.
Implementation
List<CapturedLog> get logs => sink.logs;
Gets the list of captured logs.
List<CapturedLog> get logs => sink.logs;