isSerializable property

bool get isSerializable

True when this icon round-trips correctly through toJsonString.

Implementation

bool get isSerializable => IconDataExt.tryParse(toJsonString()) != null;