MiniProgramDiscoveryState constructor
const
MiniProgramDiscoveryState({})
Implementation
const MiniProgramDiscoveryState({
required this.miniProgramId,
required this.status,
this.manifest,
this.message,
this.errorCode,
this.manifestCachedAt,
this.entryScreenCachedAt,
this.details = const <String, dynamic>{},
});