Dart API Referencedart:coreIllegalAccessException

IllegalAccessException Class

Exception thrown because of attempt to modify an immutable object.

Implements

Exception

Constructors

Code const IllegalAccessException() #

const IllegalAccessException();

Methods

Code String toString() #

String toString() => "Attempt to modify an immutable object";