change abstract method

Log change({
  1. Type? classLocation,
  2. String? functionLocation,
  3. Map<String, dynamic>? monitor,
  4. Map<String, dynamic>? debug,
  5. Iterable<Log>? histories,
})

Implementation

Log change({
    Type? classLocation,
    String? functionLocation,
    Map<String, dynamic>? monitor,
    Map<String, dynamic>? debug,
    Iterable<Log>? histories,
});