applyState method
Function used in making a copy of the current state of an object to be implemented elsewhere in code.
Implementation
@override
void applyState() => throw PheasantUnimplementedError();
Function used in making a copy of the current state of an object to be implemented elsewhere in code.
@override
void applyState() => throw PheasantUnimplementedError();