InstantSnapshotsScopedListWarning constructor

InstantSnapshotsScopedListWarning({
  1. String? code,
  2. List<InstantSnapshotsScopedListWarningData>? data,
  3. String? message,
})

Implementation

InstantSnapshotsScopedListWarning({
  this.code,
  this.data,
  this.message,
});