MiniProgramBackendSnapshot constructor
const
MiniProgramBackendSnapshot({})
Implementation
const MiniProgramBackendSnapshot({
required this.requestId,
required this.status,
this.endpoint,
this.method,
this.statusCode,
this.message,
this.errorCode,
this.data = const <String, dynamic>{},
this.fromCache = false,
this.updatedAt,
});