factory NoData.fromMap(Map<String, dynamic> map) { return NoData( status: map['status'] ?? '', message: map['message'] ?? '', ); }