RootsListChangedNotification constructor

RootsListChangedNotification({
  1. Meta? meta,
})

Implementation

factory RootsListChangedNotification({Meta? meta}) =>
    RootsListChangedNotification.fromMap({if (meta != null) '_meta': meta});