isSerializable property
bool
get
isSerializable
True when this icon round-trips correctly through toJsonString.
Implementation
bool get isSerializable => IconDataExt.tryParse(toJsonString()) != null;
True when this icon round-trips correctly through toJsonString.
bool get isSerializable => IconDataExt.tryParse(toJsonString()) != null;