toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    if (type != null) 'type': type,
    if (fragmentSize != null) 'fragment_size': fragmentSize,
    if (numberOfFragments != null) 'number_of_fragments': numberOfFragments,
    if (order != null) 'order': order,
  };
}