getProps method

Map getProps()

Implementation

Map getProps() {
  return {
    'offset': offset ?? 0,
    'span': span ?? 24,
  };
}