static Owner decode(Object result) { result as List<Object?>; return Owner( id: result[0]! as String, disPlayName: result[1] as String?, ); }