PlayerError constructor
PlayerError({
- required String errorType,
- required int code,
- required List<
PlayerErrorSourceLocation> stack, - required List<
PlayerError> cause, - required Map<
String, dynamic> data,
Implementation
PlayerError(
{required this.errorType,
required this.code,
required this.stack,
required this.cause,
required this.data});