factory CustomerTransitionDTO.fromJson(Map<String, Object?> json) { return CustomerTransitionDTO( id: json[r'id'] as String?, name: json[r'name'] as String?, ); }