NiceViewLoadResult constructor
- required NiceViewDefinition definition,
- bool fromCache = false,
- String? etag,
Implementation
const NiceViewLoadResult({
required this.definition,
this.fromCache = false,
this.etag,
});
const NiceViewLoadResult({
required this.definition,
this.fromCache = false,
this.etag,
});