data property

dynamic get data

Implementation

get data {
  final data = { 'id': id, ...values };
  return data;
}