applyState method
Function used in making a copy of the current state of an object to be implemented elsewhere in code.
Implementation
@From('0.1.3')
@override
void applyState() {
throw PheasantUnimplementedError('Not yet implemented yet');
}
Function used in making a copy of the current state of an object to be implemented elsewhere in code.
@From('0.1.3')
@override
void applyState() {
throw PheasantUnimplementedError('Not yet implemented yet');
}