coverage:ignore-start convert model into Map
Map<String, dynamic> convert(T m) { return <String, dynamic>{}; }