InstantSnapshotsScopedListWarning constructor
InstantSnapshotsScopedListWarning({
- String? code,
- List<
InstantSnapshotsScopedListWarningData> ? data, - String? message,
Implementation
InstantSnapshotsScopedListWarning({
this.code,
this.data,
this.message,
});