fork method

StyleData fork()

Implementation

StyleData fork() {
  return StyleData(Map.from(_data));
}