toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    'statusName': statusName,
  };
}