type property
String
get
type
Type of the call. Allowed values: log, debug, info, error, warning, dir, dirxml, table, trace, clear, startGroup, startGroupCollapsed, endGroup, assert, profile, profileEnd.
Implementation
String get type => params!['type'] as String;