toMap property

Map<String, Object> toMap

Implementation

Map<String, Object> get toMap {
  return {
    'visible': visible,
  };
}