AppManifestError class

Error while paring app manifest.

Constructors

AppManifestError({required String message, required int critical, required int line, required int column})
AppManifestError.fromJson(Map<String, dynamic> json)
factory

Properties

column int
Error column.
final
critical int
If critical, this is a non-recoverable parse error.
final
hashCode int
The hash code for this object.
no setterinherited
line int
Error line.
final
message String
Error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited