copy method

Row copy()

Implementation

Row copy() => Row(id: id, values: Map<String, dynamic>.from(values));