toJson method

Map toJson()

Implementation

Map toJson() => {
  'departmentId': departmentId,
  'layoutId': layoutId,
  'fieldNames': fieldNames
};