encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    label,
    tileStatus.index,
    contentDescription,
    stateDescription,
    drawableName,
    subtitle,
  ];
}