divider property

String divider

Implementation

String get divider {
  return persistValue(
    'divider',
    '_',
  );
}